org.eclipse.vtp.desktop.core.util
Class Geom.Point3D

java.lang.Object
  extended by org.eclipse.vtp.desktop.core.util.Geom.Point3D
Enclosing class:
Geom

public class Geom.Point3D
extends java.lang.Object


Field Summary
 float X
           
 float Y
           
 float Z
           
 
Constructor Summary
Geom.Point3D()
           
Geom.Point3D(float X, float Y, float Z)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

X

public float X

Y

public float Y

Z

public float Z
Constructor Detail

Geom.Point3D

public Geom.Point3D()

Geom.Point3D

public Geom.Point3D(float X,
                    float Y,
                    float Z)